type github.com/jackc/pgx/v5/pgtype.wrapSliceEncodeReflectPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1833: 		return &wrapSliceEncodeReflectPlan{}, w, true
		pgtype.go#L1849: type wrapSliceEncodeReflectPlan struct {
		pgtype.go#L1853: func (plan *wrapSliceEncodeReflectPlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1855: func (plan *wrapSliceEncodeReflectPlan) Encode(value any, buf []byte) (newBuf []byte, err error) {